[INFO] cloning repository https://github.com/idky137/zcash-indexer-contract-tests
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/idky137/zcash-indexer-contract-tests" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidky137%2Fzcash-indexer-contract-tests", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidky137%2Fzcash-indexer-contract-tests'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de20a77bde5638bc2c10d47f2dcc1353bb526646
[INFO] fixing idky137/zcash-indexer-contract-tests against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidky137%2Fzcash-indexer-contract-tests" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/idky137/zcash-indexer-contract-tests
[INFO] finished tweaking git repo https://github.com/idky137/zcash-indexer-contract-tests
[INFO] tweaked toml for git repo https://github.com/idky137/zcash-indexer-contract-tests written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/idky137/zcash-indexer-contract-tests on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/idky137/zcash-indexer-contract-tests already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727
[INFO] running `Command { std: "docker" "start" "7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking memuse v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking blake2b_simd v1.0.4
[INFO] [stderr]     Checking core2 v0.3.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking nonempty v0.11.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking hybrid-array v0.2.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking zcash_spec v0.2.1
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking zip32 v0.2.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking block-buffer v0.11.0-rc.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking crypto-common v0.2.0-rc.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking digest v0.11.0-pre.9
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking sha2 v0.11.0-pre.4
[INFO] [stderr]     Checking hmac v0.13.0-pre.4
[INFO] [stderr]     Checking ripemd v0.2.0-pre.4
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking zcash_encoding v0.3.0
[INFO] [stderr]     Checking f4jumble v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking halo2_legacy_pdqsort v0.1.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking pairing v0.23.0
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking bls12_381 v0.8.0
[INFO] [stderr]     Checking blake2s_simd v1.0.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking jubjub v0.10.0
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling equihash v0.2.2
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking bellman v0.14.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]     Checking wagyu-zcash-parameters-2 v0.2.0
[INFO] [stderr]     Checking wagyu-zcash-parameters-6 v0.2.0
[INFO] [stderr]     Checking wagyu-zcash-parameters-5 v0.2.0
[INFO] [stderr]     Checking wagyu-zcash-parameters-1 v0.2.0
[INFO] [stderr]     Checking wagyu-zcash-parameters-3 v0.2.0
[INFO] [stderr]     Checking wagyu-zcash-parameters-4 v0.2.0
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking wagyu-zcash-parameters v0.2.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling arc-swap v1.9.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking proptest v1.6.0
[INFO] [stderr]     Checking pasta_curves v0.5.1
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]    Compiling tonic-build v0.14.5
[INFO] [stderr]     Checking daggy v0.8.1
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking io_tee v0.1.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking halo2_poseidon v0.1.0
[INFO] [stderr]     Checking sinsemilla v0.1.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking incrementalmerkletree v0.8.2
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]     Checking fpe v0.6.1
[INFO] [stderr]     Checking bip32 v0.6.0-pre.1
[INFO] [stderr]    Compiling visibility v0.1.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking zcash_note_encryption v0.4.1
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking incrementalmerkletree-testing v0.3.0
[INFO] [stderr]     Checking fluent-langneg v0.13.1
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking halo2_proofs v0.3.2
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zcash_protocol v0.7.2
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking shardtree v0.6.2
[INFO] [stderr]     Checking fluent-bundle v0.15.3
[INFO] [stderr]     Checking bounded-vec v0.9.0
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking zcash_script v0.4.3
[INFO] [stderr]     Checking zcash_address v0.10.1
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]     Checking fluent v0.16.1
[INFO] [stderr]     Checking zip321 v0.6.0
[INFO] [stderr]     Checking schemerz v0.2.0
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking bip0039 v0.12.0
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking zcash_transparent v0.6.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]    Compiling ambassador v0.4.2
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking age-core v0.11.0
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking reddsa v0.5.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking redjubjub v0.8.0
[INFO] [stderr]     Checking sapling-crypto v0.5.0
[INFO] [stderr]    Compiling tonic-prost-build v0.14.5
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling zcash_client_backend v0.21.2
[INFO] [stderr]     Checking halo2_gadgets v0.3.1
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking orchard v0.11.0
[INFO] [stderr]    Compiling i18n-embed-fl v0.9.4
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]     Checking age v0.11.2
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking schemerz-rusqlite v0.370.0
[INFO] [stderr]     Checking zcash_primitives v0.26.4
[INFO] [stderr]     Checking zcash_keys v0.12.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking zcash_proofs v0.26.1
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking zcash_client_sqlite v0.19.5
[INFO] [stderr]     Checking zcash-indexer-contract-tests v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/executor.rs:773:33
[INFO] [stdout]      |
[INFO] [stdout]  773 |                   if let Err(e) = self.ctx.devtool.sync().await {
[INFO] [stdout]      |                              -    ^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                              |    |                       |
[INFO] [stdout]      |                              |    |                       this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |    |                       up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                              |    |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                              |    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              |    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                              |    up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                              |    `__awaitee` calls a custom destructor
[INFO] [stdout]      |                              |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              `e` calls a custom destructor
[INFO] [stdout]      |                              `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  776 |               }
[INFO] [stdout]      |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  779 |               match wallet::read_transactions(
[INFO] [stdout]      |  ___________________-
[INFO] [stdout]  780 | |                 &self.ctx.wallet_dir,
[INFO] [stdout]  781 | |                 &self.ctx.config.devtool_chain,
[INFO] [stdout]  782 | |             ) {
[INFO] [stdout]      | |             -
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  818 |                   Err(e) => {
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  842 | /             tokio::time::sleep(tokio::time::Duration::from_secs(
[INFO] [stdout]  843 | |                 self.ctx.config.grpc_poll_interval_seconds,
[INFO] [stdout]  844 | |             ))
[INFO] [stdout]  845 | |             .await;
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/executor.rs:773:33
[INFO] [stdout]      |
[INFO] [stdout]  773 |                   if let Err(e) = self.ctx.devtool.sync().await {
[INFO] [stdout]      |                              -    ^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                              |    |                       |
[INFO] [stdout]      |                              |    |                       this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                              |    |                       up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                              |    |                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                              |    |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              |    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                              |    up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                              |    `__awaitee` calls a custom destructor
[INFO] [stdout]      |                              |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              `e` calls a custom destructor
[INFO] [stdout]      |                              `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  776 |               }
[INFO] [stdout]      |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  779 |               match wallet::read_transactions(
[INFO] [stdout]      |  ___________________-
[INFO] [stdout]  780 | |                 &self.ctx.wallet_dir,
[INFO] [stdout]  781 | |                 &self.ctx.config.devtool_chain,
[INFO] [stdout]  782 | |             ) {
[INFO] [stdout]      | |             -
[INFO] [stdout]      | |             |
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  818 |                   Err(e) => {
[INFO] [stdout]      |                       -
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                       `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  842 | /             tokio::time::sleep(tokio::time::Duration::from_secs(
[INFO] [stdout]  843 | |                 self.ctx.config.grpc_poll_interval_seconds,
[INFO] [stdout]  844 | |             ))
[INFO] [stdout]  845 | |             .await;
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: zcash-indexer-contract-tests v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking zcash-indexer-contract-tests v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727", kill_on_drop: false }`
[INFO] [stdout] 7ca58963bcce8c7387a322b9b8d88877455d46923d1399092994d16acf5d5727
